home *** CD-ROM | disk | FTP | other *** search
- object TipsForm: TTipsForm
- Left = 280
- Top = 193
- HelpContext = 1500
- BorderStyle = bsToolWindow
- Caption = 'Tip dne'
- ClientHeight = 228
- ClientWidth = 356
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnActivate = FormActivate
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Shape1: TShape
- Left = 8
- Top = 8
- Width = 337
- Height = 182
- Anchors = [akLeft, akTop, akBottom]
- Brush.Style = bsClear
- end
- object Shape2: TShape
- Left = 16
- Top = 16
- Width = 321
- Height = 167
- Anchors = [akLeft, akTop, akRight, akBottom]
- Brush.Color = clInfoBk
- Pen.Style = psClear
- end
- object Image1: TImage
- Left = 32
- Top = 32
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.ico>}
- end
- object ViteZeLabel: TLabel
- Left = 80
- Top = 51
- Width = 57
- Height = 13
- Caption = 'V�te �e ...'
- Color = clInfoBk
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- end
- object TipsMemo: TMemo
- Left = 32
- Top = 88
- Width = 297
- Height = 81
- TabStop = False
- Anchors = [akLeft, akTop, akRight, akBottom]
- BorderStyle = bsNone
- Color = clInfoBk
- Lines.Strings = (
- '...v�m, �e nic nev�m.')
- ReadOnly = True
- TabOrder = 2
- end
- object ZobrazovatTipyDneCheckBox: TCheckBox
- Left = 8
- Top = 202
- Width = 153
- Height = 17
- HelpContext = 1501
- Anchors = [akLeft, akBottom]
- Caption = 'Z&obrazovat tipy p�i spu�t�n�'
- Checked = True
- State = cbChecked
- TabOrder = 0
- OnClick = ZobrazovatTipyDneCheckBoxClick
- end
- object DalsiTipBitBtn: TBitBtn
- Left = 182
- Top = 197
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = '&Dal�� tip'
- TabOrder = 1
- OnClick = DalsiTipBitBtnClick
- NumGlyphs = 2
- end
- object ZavritButton: TButton
- Left = 272
- Top = 197
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Zav��t'
- TabOrder = 3
- OnClick = ZavritButtonClick
- end
- end
-